home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWorkshop / README
Encoding:
Text File  |  1994-05-01  |  2.3 KB  |  49 lines

  1. This program is a set of generic tools for loading and saveing bitmaps in 
  2. various forms. It has a simple program for demonstrating the features of the 
  3. object. Currently, the objects are under going Beta testing and should be final 
  4. sometime in mid spring. At this time, the protocol spoken is not stabalized, 
  5. so if you wish to program with the objects at this time, expect that some-
  6. things could change between now and final release, however, things will
  7. likely remain the same.
  8.  
  9. Here's what's new, in brief:
  10.    o  printing's fixed.
  11.    o  images should no longer shear.
  12.    o  support for tif and jpeg extensions (basically the same converters as
  13.       tiff and jpg, but just different extensions.
  14.    o  converter extensions may be capitalized.
  15.    o  revamped interface.
  16.    o  all conversion work, included adding or removing alpha.
  17.    o  some memory leaks in the Make Image Index option have been plugged.
  18.  
  19. The bitmaps support are the following:
  20.  
  21. Type      Long Name                             Reading Writing Multiple
  22. --------- ------------------------------------- ------- ------- --------
  23. gif(1)(2) Graphics Interchange Format              Y       Y       N
  24. jpg       Joint Photographic Extention Group       Y       N       N
  25. pbm       Portable Bitmap                          Y       Y       N
  26. pgm       Portable Graymap                         Y       Y       N
  27. ppm       Portable Pixmap                          Y       Y       N
  28. tiff      Tagging Image File Format                Y       Y       Y
  29. xbm       X11 Bitmap                               Y       Y       N
  30.  
  31. (2) Be careful when saving to gif, since it requires color quantitization, you
  32.     may experience color banding. Saving works best on images with losts of
  33.     colors.
  34.  
  35.  
  36.  
  37. If things don't work, and you have the developement enviroment, try building
  38. everything in debug mode, so you can send me a snap shot of the console
  39. window. This will help me find the problem quickly and easily. If you can't
  40. compile, just try and send me the best description you can of the problem.
  41. Also, if the problem involves a particular bitmap, please NeXTmail be that
  42. bitmap along with the problem description. (Don't worry about picture 
  43. content, I'm not easily offended.) Anyways, I can be reached at the address
  44. below.
  45.  
  46. Alex Raftis
  47. alex@data.ACS.CalPoly.EDU
  48.  
  49.